Skip to content

Decouple openapi swagger documentation into separate interfaces#26

Open
maxzdosreis wants to merge 4 commits into
mainfrom
feat/separate-swagger-docs
Open

Decouple openapi swagger documentation into separate interfaces#26
maxzdosreis wants to merge 4 commits into
mainfrom
feat/separate-swagger-docs

Conversation

@maxzdosreis
Copy link
Copy Markdown
Collaborator

This PR decouples the OpenAPI/Swagger documentation from the main REST controllers into dedicated documentation interfaces (CategoryControllerDocs, ProductControllerDocs, and TestControllerDocs).

By moving the bulky Swagger annotations out of the concrete controllers, we significantly improve code readability, enforce a strict separation of concerns, and maintain a cleaner codebase.

@maxzdosreis maxzdosreis requested a review from dbfcode May 17, 2026 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant